home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programmer's Power Pack / Delphi Volume 1.iso / e_to_l / fbuilder / delphi / demos / eisfm.dfm / eisfm.txt
Encoding:
Text File  |  1996-09-15  |  3.5 KB  |  152 lines

  1. object Form2: TForm2
  2.   Left = 73
  3.   Top = 71
  4.   Width = 693
  5.   Height = 503
  6.   ActiveControl = Panel1
  7.   BorderIcons = [biSystemMenu]
  8.   Caption = 'Form2'
  9.   Font.Color = clBlack
  10.   Font.Height = -14
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 120
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   TextHeight = 16
  18.   object Panel1: TPanel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 685
  22.     Height = 50
  23.     Align = alTop
  24.     TabOrder = 0
  25.     object DBNavigator: TDBNavigator
  26.       Left = 10
  27.       Top = 10
  28.       Width = 291
  29.       Height = 31
  30.       DataSource = DataSource1
  31.       Ctl3D = False
  32.       ParentCtl3D = False
  33.       TabOrder = 0
  34.     end
  35.     object BitBtn1: TBitBtn
  36.       Left = 549
  37.       Top = 5
  38.       Width = 109
  39.       Height = 41
  40.       TabOrder = 1
  41.       Kind = bkClose
  42.     end
  43.   end
  44.   object Panel2: TPanel
  45.     Left = 0
  46.     Top = 50
  47.     Width = 685
  48.     Height = 158
  49.     Align = alTop
  50.     BevelInner = bvLowered
  51.     BorderWidth = 4
  52.     Caption = 'Panel2'
  53.     TabOrder = 1
  54.     object DBGrid1: TDBGrid
  55.       Left = 6
  56.       Top = 6
  57.       Width = 673
  58.       Height = 146
  59.       Align = alClient
  60.       BorderStyle = bsNone
  61.       DataSource = DataSource1
  62.       TabOrder = 0
  63.       TitleFont.Color = clBlack
  64.       TitleFont.Height = -14
  65.       TitleFont.Name = 'MS Sans Serif'
  66.       TitleFont.Style = []
  67.     end
  68.   end
  69.   object Panel3: TPanel
  70.     Left = 0
  71.     Top = 208
  72.     Width = 685
  73.     Height = 158
  74.     Align = alTop
  75.     BevelInner = bvLowered
  76.     BorderWidth = 4
  77.     Caption = 'Panel3'
  78.     TabOrder = 2
  79.     object SSheetGrid: TStringGrid
  80.       Left = 6
  81.       Top = 6
  82.       Width = 673
  83.       Height = 146
  84.       Hint = 'Cell names are of the format [R1C2]'
  85.       Align = alClient
  86.       ColCount = 11
  87.       RowCount = 11
  88.       TabOrder = 0
  89.       OnGetEditText = SSheetGridGetEditText
  90.       OnSetEditText = SSheetGridSetEditText
  91.     end
  92.   end
  93.   object GroupBox1: TGroupBox
  94.     Left = 0
  95.     Top = 366
  96.     Width = 685
  97.     Height = 59
  98.     Align = alTop
  99.     Caption = 'Formula'
  100.     TabOrder = 3
  101.     object SpeedButton1: TSpeedButton
  102.       Left = 635
  103.       Top = 20
  104.       Width = 31
  105.       Height = 30
  106.       Glyph.Data = {
  107.         78010000424D7801000000000000760000002800000020000000100000000100
  108.         04000000000000000000120B0000120B00000000000000000000000000000000
  109.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  110.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  111.         555555555555555555555555555555555555555555FF55555555555559055555
  112.         55555555577FF5555555555599905555555555557777F5555555555599905555
  113.         555555557777FF5555555559999905555555555777777F555555559999990555
  114.         5555557777777FF5555557990599905555555777757777F55555790555599055
  115.         55557775555777FF5555555555599905555555555557777F5555555555559905
  116.         555555555555777FF5555555555559905555555555555777FF55555555555579
  117.         05555555555555777FF5555555555557905555555555555777FF555555555555
  118.         59905555555555555777555555555555555555555555555555550000}
  119.       NumGlyphs = 2
  120.       OnClick = SpeedButton1Click
  121.     end
  122.     object FormulaEdit: TEdit
  123.       Left = 7
  124.       Top = 20
  125.       Width = 615
  126.       Height = 30
  127.       TabOrder = 0
  128.     end
  129.   end
  130.   object ResultPanel: TPanel
  131.     Left = 0
  132.     Top = 425
  133.     Width = 685
  134.     Height = 43
  135.     Align = alClient
  136.     BevelInner = bvLowered
  137.     BorderWidth = 4
  138.     TabOrder = 4
  139.   end
  140.   object DataSource1: TDataSource
  141.     DataSet = Table1
  142.     Left = 287
  143.     Top = 5
  144.   end
  145.   object Table1: TTable
  146.     DatabaseName = 'DBDEMOS'
  147.     TableName = 'master.dbf'
  148.     Left = 260
  149.     Top = 5
  150.   end
  151. end
  152.